home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000082_news@columbia.edu _Sun Oct 22 14:09:49 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id OAA09967
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Sun, 22 Oct 2000 14:09:49 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA25404
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 22 Oct 2000 14:09:49 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id NAA00381
  10.     for kermit.misc@watsun.cc.columbia.edu; Sun, 22 Oct 2000 13:59:38 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: Christopher Mosley <cmosley@voicenet.com>
  13. Subject: ckermit: keep alive
  14. Message-ID: <AVFI5.1014$g71.42266@news3.voicenet.com>
  15. Date: Sun, 22 Oct 2000 17:58:56 GMT
  16. To: kermit.misc@columbia.edu
  17.  
  18. Is there a way to keep a serial connection alive using ckermit.
  19. Is there a way to output characters when in the connect mode
  20. without running a backround process on the machine you are connected
  21. to... I can see using a backround process that periodically uses
  22. apc escape sequence to output a character, but I have used backround
  23. proccesses with "sleeps" before and my isp started looking at the files
  24. in my account - they thought it was indicative of a ping attack and
  25. generally suspicious.
  26.  
  27. Is my only real option to run a script from the command line?     
  28.  
  29.                                                              THANKS